String Handling
Program 01 – Find Length of String
Program 02 – Copy One String to Another String
Program 03 – Concatenate Two Strings
Program 04 – Compare Two Strings
Program 05 – Convert Lowercase String to Uppercase
Program 06 – Convert Uppercase String to Lowercase
Program 07 – Toggle Case of each Character of String
Program 08 – Number of Alphabets, Digits and Special Characters in String
Program 09 – Number of Vowels and Consonants in String
Program 10 – Count Number of Words in String
Program 11 – Reverse of String
Program 12 – Check String is Palindrome
Program 13 – Reverse Order of Words in String
Program 14 – First Occurance of a Character in String
Program 15 – Last Occurance of a Character in String